home *** CD-ROM | disk | FTP | other *** search
/ Collection of Internet / Collection of Internet.iso / winprogs / txtsrv / txtsrv.rc < prev   
Encoding:
Text File  |  1994-10-25  |  204 b   |  17 lines

  1. // Resource script for Text Server
  2.  
  3. #include <windows.h>
  4. #include "txtsrv.h"
  5. #include "txtsrv.dlg"
  6.  
  7. Icon ICON txtsrv.ico
  8.  
  9. Menu MENU
  10. BEGIN
  11.         MENUITEM "&About...",   IDM_ABOUT
  12. END
  13.  
  14.  
  15.  
  16.  
  17.